type net.byRFC6724

5 uses

	net (current package)
		addrselect.go#L32: 	sort.Stable(&byRFC6724{
		addrselect.go#L78: type byRFC6724 struct {
		addrselect.go#L85: func (s *byRFC6724) Len() int { return len(s.addrs) }
		addrselect.go#L87: func (s *byRFC6724) Swap(i, j int) {
		addrselect.go#L98: func (s *byRFC6724) Less(i, j int) bool {